home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / MINIMAL._B_ < prev    next >
Text File  |  1995-11-07  |  207b  |  11 lines

  1. #
  2. # Borland C makefile for MINIMAL.C ( small model )
  3. #
  4. .c.obj:
  5.      bcc -ms -c -P $<
  6.  
  7. minimal.exe: minimal.obj pcl4c_s.lib
  8.      bcc -ms -M minimal.obj pcl4c_s.lib
  9.  
  10. minimal.obj: minimal.c pcl4c.h
  11.